home *** CD-ROM | disk | FTP | other *** search
- /* ===================================
-
- File: About.h
- Function: Header for this window
- History: 11/12/89 Original by Prototyper.
-
- ================================= */
-
-
- /* Initialize us so all our routines can be activated */
- extern void Init_About(void);
-
- /* Close our window */
- extern void Close_About(void);
-
- /* Open our window and draw everything */
- extern void Open_About(void);
-
- /* Update our window, someone uncovered a part of us */
- extern void Update_About(void);